(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <stdio.h>
int fputc()
SYNOPSIS
int c
FILE * stream

FUNCTION
Write one character to the specified stream.

INPUTS
c
The character to output
stream
The character is written to this stream
RESULT
The character written or EOF on error.

NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
02.04.1997 ldp
Add BPTR casts
01.01.1997 ldp
Changed clib to proto
11.12.1996 aros
Added headers

Polished code

10.12.1996 aros
putc() is a macro which calls fputc()
06.12.1996 aros
Real stdio